golang.org/x/net/http2.serverConn.unackedSettings (field)
5 uses
golang.org/x/net/http2 (current package)
server.go#L578: unackedSettings int // how many SETTINGS have we sent without ACKs?
server.go#L906: sc.unackedSettings++
server.go#L1672: sc.unackedSettings--
server.go#L1673: if sc.unackedSettings < 0 {
server.go#L1967: if sc.unackedSettings == 0 {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)